Surface Matching : example on human scapula

1.1. Surface Matching : example on human scapulaΒΆ

import trimesh
import numpy
from scipy import optimize
import plot_mesh as pltm
fig = pltm.create_mesh3D(stl_file="scapula.stl", title="Scapula Left <br> stl file")
fig.show()